Firebase
Firebase is a good platform for prototyping with code
Security - remember to set billing budget! The protection against DDOS attacks relies on this, an you contacting their customer support.
Simple firebase DDOS protections
- Limit database writes to logged in users
- For anonymous users, you can rate-limit reads and writes via using cloud functions: Firebase functions config - maxinstances
Server-side analytics for Firebase hosting
TL/DR;
- Enable Cloud loggin
- Export to BiqQuery
- Visualize in Data Studio
- Filter what looksl bot traffic with SQL query
- Add sessionID by MD5 hashing IP and Day
- Add Search Console as data source
- Add Firebase functions and other services
Read more at Server-side analytics with Firebase Hosting